how??
Help plz...
thks for ur kindness
how??
Help plz...
thks for ur kindness
char x[200];
what do you mean by get?
All problems in computer science can be solved by another level of indirection,
except for the problem of too many layers of indirection.
– David J. Wheeler
your question doesn't really make sense - perhaps you could be a little more discriptive?
Code:#include <cmath> #include <complex> bool euler_flip(bool value) { return std::pow ( std::complex<float>(std::exp(1.0)), std::complex<float>(0, 1) * std::complex<float>(std::atan(1.0) *(1 << (value + 2))) ).real() < 0; }
Input character,where n<=200
use fgets
All problems in computer science can be solved by another level of indirection,
except for the problem of too many layers of indirection.
– David J. Wheeler
can i use gets??
>can i use gets??
No, http://faq.cprogramming.com/cgi-bin/...&id=1043284351
Yes, you can use it.... same way you can play Russian Roulette. It's not safe. Should you do it? No.